chore(deps-dev): bump @react-native-community/cli from 15.0.1 to 20.0.0 in /example#150
Conversation
Bumps [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) from 15.0.1 to 20.0.0. - [Release notes](https://github.com/react-native-community/cli/releases) - [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/react-native-community/cli/commits/v20.0.0/packages/cli) --- updated-dependencies: - dependency-name: "@react-native-community/cli" dependency-version: 20.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "@babel/preset-env": "^7.25.3", | ||
| "@babel/runtime": "^7.25.0", | ||
| "@react-native-community/cli": "15.0.1", | ||
| "@react-native-community/cli": "20.0.0", |
There was a problem hiding this comment.
Bug: Version Mismatch Causes CLI Platform Conflicts
Version mismatch: @react-native-community/cli was upgraded to 20.0.0, but @react-native-community/cli-platform-android and @react-native-community/cli-platform-ios remain at 15.0.1. This creates a dependency conflict because the main CLI package 20.0.0 requires these platform packages at version 20.0.0 (as shown in the yarn.lock where cli-doctor@20.0.0 depends on cli-platform-android@20.0.0 and cli-platform-ios@20.0.0). Having mismatched major versions will cause both versions to be installed simultaneously, potentially leading to runtime errors, unexpected behavior, or build failures.
|
Superseded by #151. |
Bumps @react-native-community/cli from 15.0.1 to 20.0.0.
Commits
eea99b9v20.0.0e2888d2v20.0.0-alpha.20bfd21fv20.0.0-alpha.13614a01v20.0.0-alpha.1f417120fix: output codegen'd code in the ios folder (#2694)b683e70v20.0.0-alpha.04ee6255v19.0.02e720f9v19.0.0-alpha.266a4a32v19.0.0-alpha.1462ae34feat(0.79): generate codegen beforepod install(#2600)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Upgrades
@react-native-community/clito v20 in the example app and refreshes the lockfile with new CLI v20 subpackages and transitive deps.example/package.jsondev dependency@react-native-community/clifrom15.0.1to20.0.0.cli-clean,cli-config,cli-doctor,cli-platform-{android,apple,ios},cli-server-api,cli-tools,cli-types).body-parser,@vscode/sudo-prompt,launch-editor) and align versions (e.g.,pretty-format@^29).Written by Cursor Bugbot for commit 01a9337. This will update automatically on new commits. Configure here.